home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Max Calendar 2002
/
Max Calendar 2002.iso
/
pc
/
Data
/
fotog.dxr
/
00107_12_acc.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-10-17
|
226 b
|
11 lines
on mouseUp
numero = string(the clickOn - 2)
set the member of sprite 16 to numero & "_M"
updateStage()
repeat with f = 26 to 28
if sprite(f).visible = 1 then
sprite(f).visible = 0
end if
end repeat
end